2005-10-25 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkfilechooser.sgml: Don't use deprecated functions
in examples. (#319524, Vincent Untz)
* gtk/gtk-update-icon-cache.xml: Fix a typo. (#319524, Vincent Untz)
+2005-10-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkfilechooser.sgml: Don't use deprecated functions
+ in examples. (#319524, Vincent Untz)
+
+ * gtk/gtk-update-icon-cache.xml: Fix a typo. (#319524, Vincent Untz)
+
2005-10-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add gtk_text_buffer_get_has_selection().
icon themes.
</para>
<para>
-If expects to be given the path to a icon theme directory containing an
+It expects to be given the path to a icon theme directory containing an
<filename>index.theme</filename>, e.g. <filename>/usr/share/icons/hicolor</filename>,
and writes a <filename>icon-theme.cache</filename> containing cached information
about the icons in the directory tree below the given directory.
gtk_image_set_from_pixbuf (GTK_IMAGE (preview), pixbuf);
if (pixbuf)
- gdk_pixbuf_unref (pixbuf);
+ gobject_unref (pixbuf);
gtk_file_chooser_set_preview_widget_active (file_chooser, have_preview);
}